Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a new PowerShell helper to streamline local FinOps hub deployments by wrapping Deploy-Toolkit with scenario-based flags, and documents the new workflow in the scripts README.
Changes:
- Added
src/scripts/Deploy-Hub.ps1helper wrapper for ADX (default), storage-only, and Fabric scenarios, plus a-Removecleanup mode. - Updated
src/scripts/README.mdto documentDeploy-Hubusage and examples. - Minor markdown cleanup in
src/scripts/README.md(formatting consistency in later sections).
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| src/scripts/Deploy-Hub.ps1 | New wrapper script around Deploy-Toolkit to simplify local FinOps hub deployments and test-environment cleanup. |
| src/scripts/README.md | Adds a new Deploy-Hub section and updates the table of contents; small markdown formatting fixes. |
- Honor -WhatIf in Remove mode by passing -WhatIf:$WhatIf to Remove-AzResourceGroup - Fix $groups null check using -not $groups instead of .Count 🤖 Generated with [Claude Code](https://claude.ai/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Collaborator
Author
|
🤖 [AI][Claude] PR Update Summary Addressed: 3 thread(s)
Changes:
|
RolandKrummenacher
approved these changes
Feb 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🛠️ Description
Add
Deploy-Hub.ps1, a wrapper aroundDeploy-Toolkitthat simplifies FinOps hub deployments for local testing by providing scenario-based flags instead of requiring you to remember all the Bicep parameter names.{initials}-{name}naming convention (initials fromgit config user.name, name defaults toadx)-StorageOnly), and Fabric (-Fabric) deployment scenarios-Removemode to list or delete test resource groupssrc/scripts/README.md📋 Checklist
🔬 How did you test this change?
🙋♀️ Do any of the following that apply?
📑 Did you update
docs/changelog.md?📖 Did you update documentation?